Skip to content

Bump the dev-dependencies group with 3 updates #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps the dev-dependencies group with 3 updates: langchain-openai, pydantic and python-telegram-bot.

Updates langchain-openai from 0.3.12 to 0.3.15

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.15

Changes since langchain-openai==0.3.14

openai[patch]: release 0.3.15 (#31087) packaging: remove Python upper bound for langchain and co libs (#31025) langchain_openai: clean duplicate code for openai embedding. (#30872) docs: document OpenAI flex processing (#31023) openai[patch]: add explicit attribute for service tier (#31005) openai[patch]: delete redundant tests (#31004) openai: fix streaming reasoning without summaries (#30999) core, standard-tests: support PDF and audio input in Chat Completions format (#30979) core, openai: support standard multi-modal blocks in convert_to_openai_messages (#30968) openai[patch]: remove xfails from image token counting tests (#30963) Support of openai reasoning summary streaming (#30909) partners/openai: OpenAIEmbeddings not respecting chunk_size argument (#30757)

langchain-openai==0.3.14

Changes since langchain-openai==0.3.13

openai: release 0.3.14 (#30908) standard-tests, openai[patch]: add support standard audio inputs (#30904) multiple: permit optional fields on multimodal content blocks (#30887) docs: document OpenAI reasoning summaries (#30882)

langchain-openai==0.3.13

Changes since langchain-openai==0.3.12

openai: release 0.3.13 (#30858) multiple: multi-modal content blocks (#30746) openai[patch]: update imports in test (#30828) partners[lint]: run pyupgrade to get code in line with 3.9 standards (#30781) Clean up numpy dependencies and speed up 3.13 CI with numpy>=2.1.0 (#30714) openai[patch]: make computer test more reliable (#30672)

Commits
  • 6110c3f openai[patch]: release 0.3.15 (#31087)
  • da59eb7 anthropic: Allow kwargs to pass through when counting tokens (#31082)
  • 918c950 DOCS: partners/chroma: Fix documentation around chroma query filter synta...
  • ed7cd3c docs: Fixing typo: "chocalate" -> "chocolate". (#31078)
  • 952a0b7 Docs: Fix SAP HANA Cloud docs - remove pip output, update vectorstore link, r...
  • 0b8e986 docs: update LiteLLM integration docs for router migration to langchain-litel...
  • 275ba2e Add Compass Labs toolkits to langchain docs (#30794)
  • bdb7c4a huggingface: fix embeddings return type (#31072)
  • 868f07f partners: (langchain-huggingface) Chat Models - Integrate Hugging Face Infere...
  • 3072e46 community: move to separate repo (continued) (#31069)
  • Additional commits viewable in compare view

Updates pydantic from 2.11.3 to 2.11.4

Release notes

Sourced from pydantic's releases.

v2.11.4 2025-04-29

What's Changed

Packaging

Changes

  • Allow config and bases to be specified together in create_model() by @​Viicos in #11714. This change was backported as it was previously possible (although not meant to be supported) to provide model_config as a field, which would make it possible to provide both configuration and bases.

Fixes

Changelog

Sourced from pydantic's changelog.

v2.11.4 (2025-04-29)

GitHub release

What's Changed

Packaging

Changes

  • Allow config and bases to be specified together in create_model() by @​Viicos in #11714. This change was backported as it was previously possible (although not meant to be supported) to provide model_config as a field, which would make it possible to provide both configuration and bases.

Fixes

Commits
  • d444cd1 Prepare release v2.11.4
  • 828fc48 Add documentation note about common pitfall with the annotated pattern
  • 42bf1fd Bump pydantic-core to v2.33.2 (#11804)
  • 7b3f513 Allow config and bases to be specified together in create_model()
  • fc52138 Traverse function-before schemas during schema gathering
  • 25af789 Fix issue with recursive generic models
  • 91ef6bb Update monthly download count in documentation
  • a830775 Bump mkdocs-llmstxt to v0.2.0
  • f5d1c87 Fix crash when expanding root type in the mypy plugin
  • c80bb35 Remove coercion of decimal constraints
  • Additional commits viewable in compare view

Updates python-telegram-bot from 21.11.1 to 22.0

Release notes

Sourced from python-telegram-bot's releases.

v22.0

We've just released v22.0. Thank you to everyone who contributed to this release. As usual, upgrade using pip install -U python-telegram-bot.

The release notes can be found here.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 3 updates: [langchain-openai](https://github.com/langchain-ai/langchain), [pydantic](https://github.com/pydantic/pydantic) and [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot).


Updates `langchain-openai` from 0.3.12 to 0.3.15
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==0.3.12...langchain-openai==0.3.15)

Updates `pydantic` from 2.11.3 to 2.11.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.3...v2.11.4)

Updates `python-telegram-bot` from 21.11.1 to 22.0
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Commits](python-telegram-bot/python-telegram-bot@v21.11.1...v22.0)

---
updated-dependencies:
- dependency-name: langchain-openai
  dependency-version: 0.3.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: pydantic
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: python-telegram-bot
  dependency-version: '22.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 1, 2025
@human058382928 human058382928 merged commit f2faf31 into staging May 4, 2025
1 check passed
@human058382928 human058382928 deleted the dependabot/pip/staging/dev-dependencies-8a6c32b064 branch May 4, 2025 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant